Pages: [1] 2 3 4 5 6 7 |
1. Announcement:New Blog: End of an EON: EON Magazine says "Farewell" - in EVE Information Portal [original thread]
This is no longer the definition of sad =( RIP EON
- by SoC Darkord - at 2013.03.13 15:00:00
|
2. API server is hosed. Please reboot. Plus: book recommendation - in EVE Technology Lab [original thread]
this is still an issue... im getting less service unavailable, and more Date timeouts now...
- by SoC Darkord - at 2012.08.15 08:15:00
|
3. API server is hosed. Please reboot. Plus: book recommendation - in EVE Technology Lab [original thread]
its been happening since lunch :/ actually forced me to finally re-write my error handling and DB logs << good thing... i cant test anything at all beyond it safly falling over with an error << bad thing... shame ccp uses Windows :/ ...
- by SoC Darkord - at 2012.08.14 19:39:00
|
4. Image server and Station id's - in EVE Technology Lab [original thread]
ahh bril, thanks it would be nice if station type id was handed through the API instead of the flat ID, or maybe both Back to working on my transactions module ^_^ Thanks!
- by SoC Darkord - at 2012.06.08 12:20:00
|
5. Image server and Station id's - in EVE Technology Lab [original thread]
Ok, so I'm pretty sure I know the answer but it doesn't hurt to ask... normally, but this is eve.. Anyway, probable flaming aside: I want to grab station images (64x64, if possible), using the image server, I have the station id's (60003760 is o...
- by SoC Darkord - at 2012.06.08 11:43:00
|
6. Sticky:New dev blog: Briefly About Kill Reports - in EVE Information Portal [original thread]
Scrapyard Bob wrote: CCP Tuxford wrote: Perkuno Sunus wrote: When are you going to provide killmails where items are identified by their ids? Isn't that the logical thing to do? There's a lot of issues with killmail parsing when module na...
- by SoC Darkord - at 2012.05.25 12:56:00
|
7. Sticky:New dev blog: Unified Inventory Changes - in EVE Information Portal [original thread]
Kasriel wrote: CCP Soundwave wrote: Maintaining two systems really isn't an option and I've never seen this promised anywhere. As I mentioned, we'll continue making changes and making fixes (like the looting reverting to the main hangar...
- by SoC Darkord - at 2012.05.25 08:26:00
|
8. New inventory system > honest opinion and feedback. - in EVE General Discussion [original thread]
Babel Matrix wrote: Oberine Noriepa wrote: New devblog: [Upcoming] Unified Inventory Changes Everyone should read this. Well, at least they put water in the buckets instead of gasoline. It won't quell the rebellion completely, but th...
- by SoC Darkord - at 2012.05.23 16:04:00
|
9. Sticky:EVE Online: Inferno - Issues thread - in EVE Information Portal [original thread]
CCP Punkturis wrote: heh now I'm getting "told off" for replying to issues people are having with features my team breaks? To be fair, i don't think anyone has any issues with the new war stuff, apart from the odd teething problem, which...
- by SoC Darkord - at 2012.05.23 13:41:00
|
10. Sticky:EVE Online: Inferno - Issues thread - in EVE Information Portal [original thread]
CCP Punkturis wrote: SoC Darkord wrote: has anyone noticed that the killmail formatting is messed up? Yeah we messed up. Tuxford has fixed it internally and the fix will go out to you guys tomorrow. He's also writing a dev blog so you'll ...
- by SoC Darkord - at 2012.05.23 13:08:00
|
11. Sticky:EVE Online: Inferno - Issues thread - in EVE Information Portal [original thread]
Banhyne wrote: Steijn wrote: CCP Guard wrote: The problem has been fixed. Our apologies for the trouble! stupid question time.........if a file was missing, how come a lot of us managed to run the launcher okay 30 mins ago and log i...
- by SoC Darkord - at 2012.05.23 12:45:00
|
12. Sticky:EVE Online: Inferno - Issues thread - in EVE Information Portal [original thread]
Vjorn Angannon wrote: Yep, my launcher is also broken, across all 3 separate installations on my comp. Tried rebooting my comp, turning off Kapersky Internet Security and running the repair tool. Repair tool tells me successful repairs, however...
- by SoC Darkord - at 2012.05.23 12:35:00
|
13. Sticky:EVE Online: Inferno - Issues thread - in EVE Information Portal [original thread]
has anyone noticed that the killmail formatting is messed up?
- by SoC Darkord - at 2012.05.23 12:07:00
|
14. Sticky:EVE Online: Inferno - Feedback thread - in EVE Information Portal [original thread]
Well having read (and posted in) both the issue and feedback threads, i think i can safely say a few things 1) We all know they new inventory is crap, so do CCP 2) CCP ether dont care, or have the wrong dev team watching the forums (both?) 3) I...
- by SoC Darkord - at 2012.05.23 11:50:00
|
15. Sticky:EVE Online: Inferno - Feedback thread - in EVE Information Portal [original thread]
WolfSchwarzMond wrote: CCP Punkturis wrote: I was working on War Dec and Kill Reports this release - hope you like that stuff! This was on the 1st page of this thread. Post number 10. This tells me that CCP knew we'd hate this new Invento...
- by SoC Darkord - at 2012.05.23 11:31:00
|
16. Sticky:EVE Online: Inferno - Issues thread - in EVE Information Portal [original thread]
CCP Soundwave wrote: A right click menu with 15 options is about the worst functionality in the world. And the unified inventory isn't? It adds a massive amount of time to anything, its broken, 90% of people hate it, it makes managing b...
- by SoC Darkord - at 2012.05.23 09:35:00
|
17. Pheal php class returning empty objects... - in EVE Technology Lab [original thread]
OK, so apparently my fault... using an IDE it was showing no return, printing data from output buffer returned the object + everything in it as expected. Im just failing at grabbing the data... Thanks for the help :) SoC
- by SoC Darkord - at 2012.05.02 15:35:00
|
18. Pheal php class returning empty objects... - in EVE Technology Lab [original thread]
hmm, I have the same code in use elseware: Quote: $pheal->scope = "eve"; $attemptedtoaccess = "CharacterInfo"; $charinfo = $pheal->CharacterInfo(array("CharacterID" => $charsID)); $apicontense = array(); $apicontense = array( ...
- by SoC Darkord - at 2012.05.02 14:52:00
|
19. Pheal php class returning empty objects... - in EVE Technology Lab [original thread]
Hi All, So problems this time (Now with code): Quote: foreach ($result as $record) { // Reset all variables: $walletBalance = 0; unset($Journal); unset($Transactions); spl_autoload_register("Pheal::classload"); //Set caching PhealCon...
- by SoC Darkord - at 2012.05.02 09:43:00
|
20. API - Pheal PHP class, CharacterName() Issues - in EVE Technology Lab [original thread]
Brilliant, Thats done it, so I was just missing the correct array key. thanks alot :)
- by SoC Darkord - at 2012.04.25 11:34:00
|
Pages: [1] 2 3 4 5 6 7 |
First page | Previous page | Next page | Last page |